ezreq "Option wird sofort ausgeführt, wenn aktiviert" "Toll" ""
guiwindow #this resume
endif
gadtitle right
gadid 2
xroutine onhelp
if $help = on
docase $sd_mode
case = 0
a = "Das schwarze Fenster bleibt eingeblendet,\n so lange bis die linke Maustaste gedrückt wird"
break
case = 1
a = "Fährt den Rechner herunter"
break
case = 2
a = "Startet den Rechner neu"
break
case = 3
a = "Startet den Rechner\nim AmigaDOS Modus neu"
break
endcase
guiwindow #this wait
ezreq $a "Achso" ""
guiwindow #this resume
else
if $sd_mode = 0
setgad #this 2 off
else
setgad #this 2 on
endif
endif
square 59 119 76 24 1 nofill
XBUTTON 60 120 75 23 "Okay"
if $help = off
exec = 1
guiclose #this
gosub blankwin execute
else
guiwindow #this wait
ezreq "Führt die gewählte Option aus" "Gut" ""
guiwindow #this resume
endif
gadkey #13
XBUTTON 140 120 75 23 "Abbrechen"
if $help = off
ifexists file ~env:.canceled
guiclose #this
gosub #this about
.canceled = ""
endif
guiquit #this
else
guiwindow #this wait
ezreq "Schiesst das Fenster..." "Ah ha!" ""
guiwindow #this resume
endif
gadkey #27
XBUTTON 220 120 75 23 "_Hilfe"
guiwindow #this wait
if $help = off
help = on
ezreq "Die Hilfsfunktion wurde aktiviert!\n\nKlicke nun auf die Buttons um\ndie Erläuterungen zu erhalten.\n\nÜbrigens:\nDrück mal die Rechte Maustaste!" "Alles klar!" ""
else
help = off
ezreq "Die Hilfsfunktion wurde deaktiviert!" "Zeige Tasten|Danke!" helpme
if $helpme = 1
ezreq "\nTasten in der Übersicht:\n\n[LEERTASTE] = Letzte Funtion \n[TAB] / [TAB+SHIFT] = Wechselt Modi\n[RETURN] / [ENTER] = Führt die gewählte Option aus\n[ESCAPE] = Schliesst Fenster\n" "Super" ""